home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-09-20 | 2.0 KB | 49 lines | [TEXT/cSSv] |
- #
- # commsService 2.0 Service Definition File.
- #
- Name=Harvard University
- Description=Provides access to Harvard University's HOLLIS (Harvard OnLine Library Information System) system which provides the following services -
- Union Catalog of the Harvard libraries
- Catalog of Older Widener materials
- Guide to Harvard Libraries and Computing Resource Centers
- Expanded Academic Index (1987- )
- Anthropological Literature (1983- )
- Legal Resource Index (1980- )
- PAIS International (1985- )
- Physics Pre-prints (1991- )
- ATLA Religion Index (1988- )
-
- TimeOut=0
- BreakEnabled=No
- PagesToScroll=10
- ConnectionTool=TGE TCP Tool
- ConnectionTokens=HostName hollis.harvard.edu PortNumber 23 ConnectionType TELNET TelnetBinaryMode FALSE TerminalType vt100
- ConnectionMenu=No
- TerminalTool=VT102 Tool
- TerminalTokens=FontSize 9 Width 80 Cursor Underline Online True LocalEcho False AutoRepeat True RepeatControls False AutoWrap True NewLine False Scroll Jump ShowControls False SwapBackspaceDelete False TerminalMode ANSI/VT102 ShowStatusBar False ShowTabRuler False InverseVideo False InsertChar False OriginAtMargin False KeyClick False CursorKey ANSI Keypad Numeric AnswerBack "" KeyboardLocked False ActiveCharSet G0 NRCSet USASCII G0 USASCII G1 USASCII G2 USASCII G3 USASCII
- TerminalMenu=No
- ServiceScripts=on LoginToService
- Global ActiveService, FoundString
- if ExpectFromService(ActiveService, 20, true, true, "TS>") then
- if FoundString = 1 then
- if SendToService(ActiveService, return, "") then
- if ExpectFromService(ActiveService, 20, true, true, "===>") then
- if FoundString = 1 then
- if SendToService(ActiveService, "HOLLIS" & return, "") then
- get ExpectFromService(ActiveService, 20, true, true, "WELCOME TO HOLLIS", "SESSION NOT AVAILABLE")
- if FoundString = 1 then return true
- if FoundString = 2 then
- beep
- answer "The HOLLIS system is not currently available." & return & return & "Try again later !?!?"
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- return false
- end LoginToService
-
-
-